Html Css Color HEX #6692D5 Cornflower Blue

📋 copy color: '#6692D5'

red 102 ◦ green 146 ◦ blue 213

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

Shades of Cornflower Blue #6692D5

Tints of Cornflower Blue #6692D5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 22.13%
G = 31.67%
B = 46.2%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6692D5 (or 0x6692D5) is known color: Cornflower Blue. HEX triplet: 66, 92 and D5. RGB value is (102,146,213). Sum of RGB (Red+Green+Blue) = 102+146+213=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #6692D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6692D5 is #996D2A. Grayscale: #8C8C8C. Windows color (decimal): -10054955 or 13996646. OLE color: 13996646.

HSL color Cylindrical-coordinate representation of color #6692D5: hue angle of 216.22º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6692D5 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 146 213 -
CMYK 0.52 0.31 0 0.16
HSL 216.22º 0.57% 0.62% -
HSV(B) 216.22º 0.52% 0.84% -
XYZ 27.77 28.19 66.93 -
YUV 140.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 102 146 213 0.52 0.31 0 0.16 216.22 0.57 0.62
Hex 66 92 D5 34 1F 0 10 D8 39 3E
Octal 146 222 325 64 37 0 20 330 71 76
Binary 1100110 10010010 11010101 110100 11111 0 10000 11011000 111001 111110

Color Harmonies of #6692D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6692D5

Black with #6692D5

Text Example


Text Example

White with #6692D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6692D5; }

 p { color: rgb(102,146,213); }

 H1.HeaderClassName
 {
   color: #6692D5;
 }
 .AnyTagClassName
 {
   color: #6692D5;
 }
</style>

background-color css

<style>
 a { background-color: #6692D5; }

 a { background-color: rgb(102,146,213); }

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

border-color css

<style>
 span { border-color: #6692D5; }

 span { border-color: rgb(102,146,213); }

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