Html Css Color HEX #6892D7 Cornflower Blue

📋 copy color: '#6892D7'

red 104 ◦ green 146 ◦ blue 215

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

Shades of Cornflower Blue #6892D7

Tints of Cornflower Blue #6892D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.24%

R = 22.37%
G = 31.4%
B = 46.24%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6892D7 (or 0x6892D7) is known color: Cornflower Blue. HEX triplet: 68, 92 and D7. RGB value is (104,146,215). Sum of RGB (Red+Green+Blue) = 104+146+215=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #6892D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892D7 is #976D28. Grayscale: #8C8C8C. Windows color (decimal): -9923881 or 14127720. OLE color: 14127720.

HSL color Cylindrical-coordinate representation of color #6892D7: hue angle of 217.3º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6892D7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 146 215 -
CMYK 0.52 0.32 0 0.16
HSL 217.3º 0.58% 0.63% -
HSV(B) 217.3º 0.52% 0.84% -
XYZ 28.25 28.41 68.28 -
YUV 141.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 104 146 215 0.52 0.32 0 0.16 217.3 0.58 0.63
Hex 68 92 D7 34 20 0 10 D9 3A 3F
Octal 150 222 327 64 40 0 20 331 72 77
Binary 1101000 10010010 11010111 110100 100000 0 10000 11011001 111010 111111

Color Harmonies of #6892D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892D7

Black with #6892D7

Text Example


Text Example

White with #6892D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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