Html Css Color HEX #6B9AFC Cornflower Blue

📋 copy color: '#6B9AFC'

red 107 ◦ green 154 ◦ blue 252

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

Shades of Cornflower Blue #6B9AFC

Tints of Cornflower Blue #6B9AFC

RGB

 RED value IS 107 (42.19% from 255) = 20.86%

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 20.86%
G = 30.02%
B = 49.12%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B9AFC (or 0x6B9AFC) is known color: Cornflower Blue. HEX triplet: 6B, 9A and FC. RGB value is (107,154,252). Sum of RGB (Red+Green+Blue) = 107+154+252=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B9AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9AFC is #946503. Grayscale: #969696. Windows color (decimal): -9725188 or 16554603. OLE color: 16554603.

HSL color Cylindrical-coordinate representation of color #6B9AFC: hue angle of 220.55º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B9AFC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 154 252 -
CMYK 0.58 0.39 0 0.01
HSL 220.55º 0.96% 0.7% -
HSV(B) 220.55º 0.58% 0.99% -
XYZ 35.19 33.27 96.66 -
YUV 151.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 107 154 252 0.58 0.39 0 0.01 220.55 0.96 0.7
Hex 6B 9A FC 3A 27 0 1 DD 60 46
Octal 153 232 374 72 47 0 1 335 140 106
Binary 1101011 10011010 11111100 111010 100111 0 1 11011101 1100000 1000110

Color Harmonies of #6B9AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9AFC

Black with #6B9AFC

Text Example


Text Example

White with #6B9AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,154,252); }

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

background-color css

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

 a { background-color: rgb(107,154,252); }

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

border-color css

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

 span { border-color: rgb(107,154,252); }

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