Html Css Color HEX #6698EA Cornflower Blue

📋 copy color: '#6698EA'

red 102 ◦ green 152 ◦ blue 234

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

Shades of Cornflower Blue #6698EA

Tints of Cornflower Blue #6698EA

RGB

 RED value IS 102 (40.23% from 255) = 20.9%

 GREEN value IS 152 (59.77% from 255) = 31.15%

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

R = 20.9%
G = 31.15%
B = 47.95%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6698EA (or 0x6698EA) is known color: Cornflower Blue. HEX triplet: 66, 98 and EA. RGB value is (102,152,234). Sum of RGB (Red+Green+Blue) = 102+152+234=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #6698EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6698EA is #996715. Grayscale: #929292. Windows color (decimal): -10053398 or 15374438. OLE color: 15374438.

HSL color Cylindrical-coordinate representation of color #6698EA: hue angle of 217.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6698EA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 152 234 -
CMYK 0.56 0.35 0 0.08
HSL 217.27º 0.76% 0.66% -
HSV(B) 217.27º 0.56% 0.92% -
XYZ 31.56 31.22 82.2 -
YUV 146.4 177.44 96.33 -
System Red Green Blue C M Y K H S L
Decimal 102 152 234 0.56 0.35 0 0.08 217.27 0.76 0.66
Hex 66 98 EA 38 23 0 8 D9 4C 42
Octal 146 230 352 70 43 0 10 331 114 102
Binary 1100110 10011000 11101010 111000 100011 0 1000 11011001 1001100 1000010

Color Harmonies of #6698EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6698EA

Black with #6698EA

Text Example


Text Example

White with #6698EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6698EA; }

 p { color: rgb(102,152,234); }

 H1.HeaderClassName
 {
   color: #6698EA;
 }
 .AnyTagClassName
 {
   color: #6698EA;
 }
</style>

background-color css

<style>
 a { background-color: #6698EA; }

 a { background-color: rgb(102,152,234); }

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

border-color css

<style>
 span { border-color: #6698EA; }

 span { border-color: rgb(102,152,234); }

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