Html Css Color HEX #6B9FF0 Cornflower Blue

📋 copy color: '#6B9FF0'

red 107 ◦ green 159 ◦ blue 240

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

Shades of Cornflower Blue #6B9FF0

Tints of Cornflower Blue #6B9FF0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.42%

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 21.15%
G = 31.42%
B = 47.43%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B9FF0 (or 0x6B9FF0) is known color: Cornflower Blue. HEX triplet: 6B, 9F and F0. RGB value is (107,159,240). Sum of RGB (Red+Green+Blue) = 107+159+240=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B9FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9FF0 is #94600F. Grayscale: #989898. Windows color (decimal): -9723920 or 15769451. OLE color: 15769451.

HSL color Cylindrical-coordinate representation of color #6B9FF0: hue angle of 216.54º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9FF0 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 159 240 -
CMYK 0.55 0.34 0 0.06
HSL 216.54º 0.82% 0.68% -
HSV(B) 216.54º 0.55% 0.94% -
XYZ 34.19 34.21 87.24 -
YUV 152.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 107 159 240 0.55 0.34 0 0.06 216.54 0.82 0.68
Hex 6B 9F F0 37 22 0 6 D9 52 44
Octal 153 237 360 67 42 0 6 331 122 104
Binary 1101011 10011111 11110000 110111 100010 0 110 11011001 1010010 1000100

Color Harmonies of #6B9FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9FF0

Black with #6B9FF0

Text Example


Text Example

White with #6B9FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,159,240); }

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

background-color css

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

 a { background-color: rgb(107,159,240); }

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

border-color css

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

 span { border-color: rgb(107,159,240); }

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