Html Css Color HEX #6C90FA Cornflower Blue

📋 copy color: '#6C90FA'

red 108 ◦ green 144 ◦ blue 250

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

Shades of Cornflower Blue #6C90FA

Tints of Cornflower Blue #6C90FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

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

R = 21.51%
G = 28.69%
B = 49.8%

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

#6C90FA (or 0x6C90FA) is known color: Cornflower Blue. HEX triplet: 6C, 90 and FA. RGB value is (108,144,250). Sum of RGB (Red+Green+Blue) = 108+144+250=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C90FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C90FA is #936F05. Grayscale: #909090. Windows color (decimal): -9662214 or 16420972. OLE color: 16420972.

HSL color Cylindrical-coordinate representation of color #6C90FA: hue angle of 224.79º 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 #6C90FA is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 144 250 -
CMYK 0.57 0.42 0 0.02
HSL 224.79º 0.93% 0.7% -
HSV(B) 224.79º 0.57% 0.98% -
XYZ 33.41 30.04 94.48 -
YUV 145.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 108 144 250 0.57 0.42 0 0.02 224.79 0.93 0.7
Hex 6C 90 FA 39 2A 0 2 E1 5D 46
Octal 154 220 372 71 52 0 2 341 135 106
Binary 1101100 10010000 11111010 111001 101010 0 10 11100001 1011101 1000110

Color Harmonies of #6C90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C90FA

Black with #6C90FA

Text Example


Text Example

White with #6C90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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