Html Css Color HEX #699AF1 Cornflower Blue

📋 copy color: '#699AF1'

red 105 ◦ green 154 ◦ blue 241

#699AF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #699AF1

Tints of Cornflower Blue #699AF1

RGB

 RED value IS 105 (41.41% from 255) = 21%

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 21%
G = 30.8%
B = 48.2%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#699AF1 (or 0x699AF1) is known color: Cornflower Blue. HEX triplet: 69, 9A and F1. RGB value is (105,154,241). Sum of RGB (Red+Green+Blue) = 105+154+241=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #699AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699AF1 is #96650E. Grayscale: #949494. Windows color (decimal): -9856271 or 15833705. OLE color: 15833705.

HSL color Cylindrical-coordinate representation of color #699AF1: hue angle of 218.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699AF1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 154 241 -
CMYK 0.56 0.36 0 0.05
HSL 218.38º 0.83% 0.68% -
HSV(B) 218.38º 0.56% 0.95% -
XYZ 33.26 32.47 87.73 -
YUV 149.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 105 154 241 0.56 0.36 0 0.05 218.38 0.83 0.68
Hex 69 9A F1 38 24 0 5 DA 53 44
Octal 151 232 361 70 44 0 5 332 123 104
Binary 1101001 10011010 11110001 111000 100100 0 101 11011010 1010011 1000100

Color Harmonies of #699AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699AF1

Black with #699AF1

Text Example


Text Example

White with #699AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699AF1; }

 p { color: rgb(105,154,241); }

 H1.HeaderClassName
 {
   color: #699AF1;
 }
 .AnyTagClassName
 {
   color: #699AF1;
 }
</style>

background-color css

<style>
 a { background-color: #699AF1; }

 a { background-color: rgb(105,154,241); }

 div.DivClassName
 {
   background-color: #699AF1;
 }
 .BgClassName
 {
   background-color: #699AF1;
 }
</style>

border-color css

<style>
 span { border-color: #699AF1; }

 span { border-color: rgb(105,154,241); }

 td.TdClassName
 {
   border-color: #699AF1;
 }
 .TagClassName
 {
   border-color: #699AF1;
 }
</style>