Html Css Color HEX #6C92FA Cornflower Blue

📋 copy color: '#6C92FA'

red 108 ◦ green 146 ◦ blue 250

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

Shades of Cornflower Blue #6C92FA

Tints of Cornflower Blue #6C92FA

RGB

 RED value IS 108 (42.58% from 255) = 21.43%

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 21.43%
G = 28.97%
B = 49.6%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C92FA (or 0x6C92FA) is known color: Cornflower Blue. HEX triplet: 6C, 92 and FA. RGB value is (108,146,250). Sum of RGB (Red+Green+Blue) = 108+146+250=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C92FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C92FA is #936D05. Grayscale: #929292. Windows color (decimal): -9661702 or 16421484. OLE color: 16421484.

HSL color Cylindrical-coordinate representation of color #6C92FA: hue angle of 223.94º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C92FA is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 146 250 -
CMYK 0.57 0.42 0 0.02
HSL 223.94º 0.93% 0.7% -
HSV(B) 223.94º 0.57% 0.98% -
XYZ 33.72 30.65 94.58 -
YUV 146.49 186.41 100.54 -
System Red Green Blue C M Y K H S L
Decimal 108 146 250 0.57 0.42 0 0.02 223.94 0.93 0.7
Hex 6C 92 FA 39 2A 0 2 E0 5D 46
Octal 154 222 372 71 52 0 2 340 135 106
Binary 1101100 10010010 11111010 111001 101010 0 10 11100000 1011101 1000110

Color Harmonies of #6C92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C92FA

Black with #6C92FA

Text Example


Text Example

White with #6C92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C92FA; }

 p { color: rgb(108,146,250); }

 H1.HeaderClassName
 {
   color: #6C92FA;
 }
 .AnyTagClassName
 {
   color: #6C92FA;
 }
</style>

background-color css

<style>
 a { background-color: #6C92FA; }

 a { background-color: rgb(108,146,250); }

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

border-color css

<style>
 span { border-color: #6C92FA; }

 span { border-color: rgb(108,146,250); }

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