Html Css Color HEX #6C8FFB Cornflower Blue

📋 copy color: '#6C8FFB'

red 108 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #6C8FFB

Tints of Cornflower Blue #6C8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.49%

 BLUE value IS 251 (98.44% from 255) = 50%

R = 21.51%
G = 28.49%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C8FFB (or 0x6C8FFB) is known color: Cornflower Blue. HEX triplet: 6C, 8F and FB. RGB value is (108,143,251). Sum of RGB (Red+Green+Blue) = 108+143+251=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C8FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8FFB is #937004. Grayscale: #909090. Windows color (decimal): -9662469 or 16486252. OLE color: 16486252.

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

Color convert

RGB 108 143 251 -
CMYK 0.57 0.43 0 0.02
HSL 225.31º 0.95% 0.7% -
HSV(B) 225.31º 0.57% 0.98% -
XYZ 33.42 29.8 95.26 -
YUV 144.85 187.9 101.72 -
System Red Green Blue C M Y K H S L
Decimal 108 143 251 0.57 0.43 0 0.02 225.31 0.95 0.7
Hex 6C 8F FB 39 2B 0 2 E1 5F 46
Octal 154 217 373 71 53 0 2 341 137 106
Binary 1101100 10001111 11111011 111001 101011 0 10 11100001 1011111 1000110

Color Harmonies of #6C8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8FFB

Black with #6C8FFB

Text Example


Text Example

White with #6C8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,143,251); }

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

background-color css

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

 a { background-color: rgb(108,143,251); }

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

border-color css

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

 span { border-color: rgb(108,143,251); }

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