Html Css Color HEX #699CEA Cornflower Blue

📋 copy color: '#699CEA'

red 105 ◦ green 156 ◦ blue 234

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

Shades of Cornflower Blue #699CEA

Tints of Cornflower Blue #699CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 21.21%
G = 31.52%
B = 47.27%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#699CEA (or 0x699CEA) is known color: Cornflower Blue. HEX triplet: 69, 9C and EA. RGB value is (105,156,234). Sum of RGB (Red+Green+Blue) = 105+156+234=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #699CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CEA is #966315. Grayscale: #959595. Windows color (decimal): -9855766 or 15375465. OLE color: 15375465.

HSL color Cylindrical-coordinate representation of color #699CEA: hue angle of 216.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699CEA is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 156 234 -
CMYK 0.55 0.33 0 0.08
HSL 216.28º 0.75% 0.66% -
HSV(B) 216.28º 0.55% 0.92% -
XYZ 32.57 32.72 82.44 -
YUV 149.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 105 156 234 0.55 0.33 0 0.08 216.28 0.75 0.66
Hex 69 9C EA 37 21 0 8 D8 4B 42
Octal 151 234 352 67 41 0 10 330 113 102
Binary 1101001 10011100 11101010 110111 100001 0 1000 11011000 1001011 1000010

Color Harmonies of #699CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CEA

Black with #699CEA

Text Example


Text Example

White with #699CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,156,234); }

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

background-color css

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

 a { background-color: rgb(105,156,234); }

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

border-color css

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

 span { border-color: rgb(105,156,234); }

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