Html Css Color HEX #6892DA Cornflower Blue

📋 copy color: '#6892DA'

red 104 ◦ green 146 ◦ blue 218

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

Shades of Cornflower Blue #6892DA

Tints of Cornflower Blue #6892DA

RGB

 RED value IS 104 (41.02% from 255) = 22.22%

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

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

R = 22.22%
G = 31.2%
B = 46.58%

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

#6892DA (or 0x6892DA) is known color: Cornflower Blue. HEX triplet: 68, 92 and DA. RGB value is (104,146,218). Sum of RGB (Red+Green+Blue) = 104+146+218=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #6892DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892DA is #976D25. Grayscale: #8D8D8D. Windows color (decimal): -9923878 or 14324328. OLE color: 14324328.

HSL color Cylindrical-coordinate representation of color #6892DA: hue angle of 217.89º degrees, saturation: 0.61, 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 #6892DA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 146 218 -
CMYK 0.52 0.33 0 0.15
HSL 217.89º 0.61% 0.63% -
HSV(B) 217.89º 0.52% 0.85% -
XYZ 28.64 28.56 70.33 -
YUV 141.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 104 146 218 0.52 0.33 0 0.15 217.89 0.61 0.63
Hex 68 92 DA 34 21 0 F DA 3D 3F
Octal 150 222 332 64 41 0 17 332 75 77
Binary 1101000 10010010 11011010 110100 100001 0 1111 11011010 111101 111111

Color Harmonies of #6892DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892DA

Black with #6892DA

Text Example


Text Example

White with #6892DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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