Html Css Color HEX #6992DA Cornflower Blue

📋 copy color: '#6992DA'

red 105 ◦ green 146 ◦ blue 218

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

Shades of Cornflower Blue #6992DA

Tints of Cornflower Blue #6992DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 22.39%
G = 31.13%
B = 46.48%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6992DA (or 0x6992DA) is known color: Cornflower Blue. HEX triplet: 69, 92 and DA. RGB value is (105,146,218). Sum of RGB (Red+Green+Blue) = 105+146+218=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #6992DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992DA is #966D25. Grayscale: #8D8D8D. Windows color (decimal): -9858342 or 14324329. OLE color: 14324329.

HSL color Cylindrical-coordinate representation of color #6992DA: hue angle of 218.23º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6992DA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 146 218 -
CMYK 0.52 0.33 0 0.15
HSL 218.23º 0.6% 0.63% -
HSV(B) 218.23º 0.52% 0.85% -
XYZ 28.76 28.62 70.34 -
YUV 141.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 105 146 218 0.52 0.33 0 0.15 218.23 0.6 0.63
Hex 69 92 DA 34 21 0 F DA 3C 3F
Octal 151 222 332 64 41 0 17 332 74 77
Binary 1101001 10010010 11011010 110100 100001 0 1111 11011010 111100 111111

Color Harmonies of #6992DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6992DA

Black with #6992DA

Text Example


Text Example

White with #6992DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6992DA; }

 p { color: rgb(105,146,218); }

 H1.HeaderClassName
 {
   color: #6992DA;
 }
 .AnyTagClassName
 {
   color: #6992DA;
 }
</style>

background-color css

<style>
 a { background-color: #6992DA; }

 a { background-color: rgb(105,146,218); }

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

border-color css

<style>
 span { border-color: #6992DA; }

 span { border-color: rgb(105,146,218); }

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